'DeclarationPublic Function New( _ ByVal collection As IEnumerable(Of UInteger) _ )
'UsageDim collection As IEnumerable(Of UInteger) Dim instance As New UInt32Collection(collection)
public UInt32Collection( IEnumerable<uint> collection )
public: UInt32Collection( IEnumerable<uint>^ collection )
Parameters
- collection
 - A collection of System.UInt32 to pre-populate the collection with